Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add latest upgrade infos #232

Merged
merged 2 commits into from
Dec 12, 2024
Merged

feat: add latest upgrade infos #232

merged 2 commits into from
Dec 12, 2024

Conversation

beer-1
Copy link
Member

@beer-1 beer-1 commented Dec 4, 2024

Summary by CodeRabbit

  • New Features

    • Updated versioning for Initia, Minievm, and Minimove testnets to support new releases (v0.6.4, v0.6.7-1, and v0.6.5 respectively).
    • Added new binary download links for various platforms for the updated versions.
  • Bug Fixes

    • Corrected recommended and compatible version lists for each testnet to reflect the latest versions.

@beer-1 beer-1 requested a review from ALPAC-4 December 4, 2024 06:31
@beer-1 beer-1 self-assigned this Dec 4, 2024
Copy link

cloudflare-workers-and-pages bot commented Dec 4, 2024

Deploying registry-initiation-1 with  Cloudflare Pages  Cloudflare Pages

Latest commit: 88554e9
Status: ✅  Deploy successful!
Preview URL: https://4cf2ea49.registry-initiation-1.pages.dev
Branch Preview URL: https://upgrade-2024-12-04.registry-initiation-1.pages.dev

View logs

Copy link

Deploying registry-devnet with  Cloudflare Pages  Cloudflare Pages

Latest commit: 88554e9
Status: ✅  Deploy successful!
Preview URL: https://811a66da.registry-devnet.pages.dev
Branch Preview URL: https://upgrade-2024-12-04.registry-devnet.pages.dev

View logs

Copy link

Deploying registry-testnet with  Cloudflare Pages  Cloudflare Pages

Latest commit: 88554e9
Status: ✅  Deploy successful!
Preview URL: https://4fd3a2bd.initia-registry-testnets.pages.dev
Branch Preview URL: https://upgrade-2024-12-04.initia-registry-testnets.pages.dev

View logs

@beer-1 beer-1 marked this pull request as ready for review December 11, 2024 04:27
Copy link

coderabbitai bot commented Dec 11, 2024

Walkthrough

The pull request introduces updates to the chain.json configurations for three testnets: Initia, Minievm, and Minimove. Each configuration has been modified to reflect new recommended and compatible versions, along with updated binary URLs for various platforms. Specifically, Initia has transitioned from version v0.6.1 to v0.6.4, Minievm from v0.6.6 to v0.6.7-1, and Minimove from v0.6.4 to v0.6.5. New version entries have also been added to the respective versions arrays.

Changes

File Path Change Summary
testnets/initia/chain.json - Updated recommended_version from v0.6.1 to v0.6.4
- Updated compatible_versions to include v0.6.4
- Added new version entry for 0.6.4 with binaries for various platforms
testnets/minievm/chain.json - Updated recommended_version from v0.6.6 to v0.6.7-1
- Updated compatible_versions to include v0.6.7
- Added new version entry for 0.6.7 with binaries for various platforms
testnets/minimove/chain.json - Updated recommended_version from v0.6.4 to v0.6.5
- Updated compatible_versions to include v0.6.5
- Added new version entry for 0.6.5 with binaries for various platforms

Poem

In the meadow where the code does play,
Versions hop and dance all day.
From v0.6.1 to v0.6.4,
New binaries open every door!
With each leap, the testnets grow,
Hopping high, watch them glow! 🐇✨


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Experiment)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between 36816c0 and 88554e9.

📒 Files selected for processing (3)
  • testnets/initia/chain.json (2 hunks)
  • testnets/minievm/chain.json (2 hunks)
  • testnets/minimove/chain.json (2 hunks)
🔇 Additional comments (5)
testnets/minimove/chain.json (2)

37-40: LGTM: Binary URLs and version configuration

The binary URLs are correctly configured for all platforms and the version entry is properly structured with appropriate height progression (4062800 > 3544900).

Also applies to: 101-114


32-34: Verify if v0.6.5 introduces breaking changes

The compatible_versions array only includes v0.6.5, suggesting this might be a breaking change from v0.6.4. Please ensure this is intentional and that upgrade documentation is available.

testnets/initia/chain.json (2)

41-44: LGTM: Binary URLs and version configuration

The binary URLs are correctly configured for all platforms and the version entry is properly structured with appropriate height progression (2620000 > 1450000).

Also applies to: 92-105


36-38: Verify if v0.6.4 introduces breaking changes

The compatible_versions array only includes v0.6.4, suggesting this might be a breaking change from v0.6.1. Please ensure this is intentional and that upgrade documentation is available.

✅ Verification successful

Breaking changes confirmed in v0.6.4

The GitHub release notes confirm that v0.6.4 introduces consensus breaking changes to address IBC async callback type mismatch. The single version in compatible_versions is correct and intentional due to these breaking changes.

  • Breaking change: Allow string callback id (PR #315)
  • Upgrade height: 2620000
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check for upgrade documentation and breaking changes
echo "Checking for upgrade docs..."
fd -g "*UPGRADE*.md" -g "*MIGRATION*.md" -g "CHANGELOG.md"

Length of output: 286


Script:

#!/bin/bash
# Let's try a different approach to find upgrade docs and version info
echo "Searching for upgrade/migration docs..."
rg -i "upgrade|migration|breaking.?changes" -g "*.md"

echo -e "\nSearching for version v0.6.4 mentions..."
rg "v0\.6\.4" -A 3 -B 3

echo -e "\nSearching for version v0.6.1 mentions..."
rg "v0\.6\.1" -A 3 -B 3

Length of output: 9928


Script:

#!/bin/bash
# Let's check the GitHub releases for v0.6.4 to find any breaking changes
echo "Checking GitHub releases for v0.6.4..."
gh release view v0.6.4 -R initia-labs/initia

echo -e "\nChecking repository for any version upgrade notes..."
rg -i "upgrade.*(0\.6\.4|0\.6\.1)" --type md

Length of output: 1048

testnets/minievm/chain.json (1)

114-125: LGTM: Version entry configuration

The version entry is properly structured with:

  • Appropriate height progression (3370850 > 2882650)
  • Both v0.6.7-1 and v0.6.7 listed as compatible versions, suggesting non-breaking changes
  • Correct binary URLs pointing to v0.6.7-1

testnets/minievm/chain.json Show resolved Hide resolved
@ALPAC-4 ALPAC-4 merged commit 82b6d60 into main Dec 12, 2024
11 checks passed
@ALPAC-4 ALPAC-4 deleted the upgrade/2024-12-04 branch December 12, 2024 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants